Build(deps): Bump devcontainers features and stabilize flaky E2E tests#458
Conversation
✅ PR Preview Environment RemovedThe preview environment for this pull request has been removed. |
… 2 updates Bumps the devcontainers-all group with 1 update in the / directory: ghcr.io/devcontainers/features/azure-cli. Updates `ghcr.io/devcontainers/features/azure-cli` from 1.2.9 to 1.3.0 Updates `ghcr.io/devcontainers/features/docker-in-docker` from 2.17.0 to 3.0.1 --- updated-dependencies: - dependency-name: ghcr.io/devcontainers/features/azure-cli dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: devcontainers-all - dependency-name: ghcr.io/devcontainers/features/docker-in-docker dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: devcontainers-all ... Signed-off-by: dependabot[bot] <support@github.com>
f7412b8 to
34ea0cf
Compare
|
@copilot there is a flaky test, cna you try to improve it? |
... Addressed in I updated |
|
@copilot flaky tests: Running tests from /home/runner/work/techhub/techhub/tests/TechHub.E2E.Tests/bin/Release/net10.0/TechHub.E2E.Tests.dll (net10.0|x64)
|
Addressed in I made the test stop assuming |
Bumps devcontainers features in the
/directory.Updates
ghcr.io/devcontainers/features/azure-clifrom 1.2.9 to 1.3.0Updates
ghcr.io/devcontainers/features/docker-in-dockerfrom 2.17.0 to 3.0.1Additionally improves E2E test stability for collection-page search by updating
FillBlazorInputAsyncintests/TechHub.E2E.Tests/Helpers/BlazorHelpers.csso retry dispatches consistently target the originally matched input element instance (avoiding desktop/mobile duplicate input mismatches during rerenders).Also stabilizes
GitHubCopilotFeatures_TimelineEntry_ExpandCollapse_ShouldWorkintests/TechHub.E2E.Tests/Web/GitHubCopilotFeaturesTests.csby removing the fixed-index assumption (Nth(1)) and selecting a timeline entry that is actually collapsed (aria-expanded='false') before asserting expand/collapse behavior.